unsigned integer

英 [ʌnˈsaɪnd ˈɪntɪdʒə(r)] 美 [ənˈsaɪnd ˈɪntɪdʒər]

网络  无符号整数; 无符号整型; 无号整数; 无号数; 不带正负号的整数

计算机



双语例句

  1. A CCSID is a16-bit unsigned integer that uniquely identifies a particular code page.
    CCSID是一个16位的无符号整数,惟一地标识一个特定的代码页。
  2. The values of the days, hours, and minutes components are not restricted, but allow an arbitrary unsigned xs: integer.
    天数、小时和分钟组件的值不受限制,支持任意的无符号xs:integer。
  3. The mantissa is basically a23-bit unsigned integer& simple enough.
    尾数一般是一个23位的不带符号的整数&它非常简单。
  4. The value of the year and month components allow an unsigned integer.
    年和月组件的值可以是一个无符号整数。
  5. You can also choose which format the memory will be displayed in: Hex, ASCII, EBCDIC, signed integer, and unsigned integer.
    您还可以选择内存以什么格式显示:十六进制、ASCII、EBCDIC、整数。
  6. Bad array bound: must be an unsigned integer
    数组边界无效:必须是无符号整数
  7. Another discussion focuses on the use of integer and unsigned integer.
    其它争论集中在是使用整数还是无符号整数。
  8. If you in your expression used UL ( said unsigned long integer), then you have a good starting point.
    如果你在你的表达式中用到UL(表示无符号长整型),那么你有了一个好的起点。
  9. Unfortunately, the Standard permits an implementation to make all of the integer types the same size, and that complicates the rules for when a signed integer type meets an unsigned integer type.
    不幸的是,标准允许实现使得所有整数类型都是同样的大小,这使一个有符号整型遇到一个无符号整型时的规则变得复杂了。
  10. An8-byte unsigned integer read from this stream.
    从该流中读取的8字节无符号整数。
  11. Defines a default and acceptable range for an unsigned integer property
    为一个未签字的整数属性定义一个默认的并可接受的范围
  12. Some processors can handle unsigned integer arithmetic considerably faster than signed ( this is also good practice, and helps make for self-documenting code).
    一些处理器在处理无符号整型数要比处理符号整型数快得多,这也是一个好的习惯,有利于代码的自我文档化(self-documenting)。
  13. If the unsigned integer type has rank greater than or equal to the rank of the signed integer type, the common type is the unsigned type.
    如果无符号整型的优先级高于或等于有符号类型,公共类型是无符号类型。